Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump streamChatSDK from 5.17.10 to 6.0.10 #244

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps streamChatSDK from 5.17.10 to 6.0.10.
Updates io.getstream:stream-chat-android-client from 5.17.10 to 6.0.10

Release notes

Sourced from io.getstream:stream-chat-android-client's releases.

v6.0.10

stream-chat-android-core

⚠️ Changed

  • 🚨Breaking change: The following properties in User class are now nullable: banned, invisible. #5107
    • Please use User.isBanned as non-nullable version.
    • Please use User.isInvisible as non-nullable version.
    • Properties such as invisible, banned, teams and role are not being used to establish WS connection flow if not specified.

stream-chat-android-state

🐞 Fixed

  • Fix wrong Message.ownReactions. #5106

stream-chat-android-ui-common

🐞 Fixed

  • Fixed broken date formatting. #5101
  • Fixed thread separator ui order. #5098
    • MessageListController.showThreadSeparatorInEmptyThread was added to control the visibility of the thread separator in empty threads.
  • Fixed MessageList scrolling behaviour while receiving a new message. #5112
    • NewMessageState.MyOwn and NewMessageState.Other are now data classes.

stream-chat-android-ui-components

🐞 Fixed

  • Fixed MessageClickListener never being called. #5096
  • Fixed thread separator ui order. #5098
    • MessageListViewModelFactory.showThreadSeparatorInEmptyThread was added to control the visibility of the thread separator in empty threads.
  • Fixed: Regex was not correctly escaped in getOccurrenceRanges #5109

stream-chat-android-compose

🐞 Fixed

  • Fixed thread separator ui order. #5098
    • MessagesViewModelFactory.showThreadSeparatorInEmptyThread was added to control the visibility of the thread separator in empty threads.

⬆️ Improved

  • Removed attachment picker customization limitation for AttachmentsPickerTabFactory non-file implementations. #5104

v6.0.9

stream-chat-android-client

🐞 Fixed

  • Fixed audio recording not being uploaded #5066
  • All sent messages are initialized with a non-null createdLocallyAt property. #5086
  • Fix GZIP compression not working 5068

⬆️ Improved

... (truncated)

Changelog

Sourced from io.getstream:stream-chat-android-client's changelog.

December 11th, 2023 - 6.0.10

stream-chat-android-core

⚠️ Changed

  • 🚨Breaking change: The following properties in User class are now nullable: banned, invisible. #5107
    • Please use User.isBanned as non-nullable version.
    • Please use User.isInvisible as non-nullable version.
    • Properties such as invisible, banned, teams and role are not being used to establish WS connection flow if not specified.

stream-chat-android-state

🐞 Fixed

  • Fix wrong Message.ownReactions. #5106

stream-chat-android-ui-common

🐞 Fixed

  • Fixed broken date formatting. #5101
  • Fixed thread separator ui order. #5098
    • MessageListController.showThreadSeparatorInEmptyThread was added to control the visibility of the thread separator in empty threads.
  • Fixed MessageList scrolling behaviour while receiving a new message. #5112
    • NewMessageState.MyOwn and NewMessageState.Other are now data classes.

stream-chat-android-ui-components

🐞 Fixed

  • Fixed MessageClickListener never being called. #5096
  • Fixed thread separator ui order. #5098
    • MessageListViewModelFactory.showThreadSeparatorInEmptyThread was added to control the visibility of the thread separator in empty threads.
  • Fixed: Regex was not correctly escaped in getOccurrenceRanges #5109

stream-chat-android-compose

🐞 Fixed

  • Fixed thread separator ui order. #5098
    • MessagesViewModelFactory.showThreadSeparatorInEmptyThread was added to control the visibility of the thread separator in empty threads.

⬆️ Improved

  • Removed attachment picker customization limitation for AttachmentsPickerTabFactory non-file implementations. #5104

November 24th, 2023 - 6.0.9

stream-chat-android-client

🐞 Fixed

  • Fixed audio recording not being uploaded #5066
  • All sent messages are initialized with a non-null createdLocallyAt property. #5086
  • Fix GZIP compression not working 5068

⬆️ Improved

... (truncated)

Commits

Updates io.getstream:stream-chat-android-compose from 5.17.10 to 6.0.10

Release notes

Sourced from io.getstream:stream-chat-android-compose's releases.

v6.0.10

stream-chat-android-core

⚠️ Changed

  • 🚨Breaking change: The following properties in User class are now nullable: banned, invisible. #5107
    • Please use User.isBanned as non-nullable version.
    • Please use User.isInvisible as non-nullable version.
    • Properties such as invisible, banned, teams and role are not being used to establish WS connection flow if not specified.

stream-chat-android-state

🐞 Fixed

  • Fix wrong Message.ownReactions. #5106

stream-chat-android-ui-common

🐞 Fixed

  • Fixed broken date formatting. #5101
  • Fixed thread separator ui order. #5098
    • MessageListController.showThreadSeparatorInEmptyThread was added to control the visibility of the thread separator in empty threads.
  • Fixed MessageList scrolling behaviour while receiving a new message. #5112
    • NewMessageState.MyOwn and NewMessageState.Other are now data classes.

stream-chat-android-ui-components

🐞 Fixed

  • Fixed MessageClickListener never being called. #5096
  • Fixed thread separator ui order. #5098
    • MessageListViewModelFactory.showThreadSeparatorInEmptyThread was added to control the visibility of the thread separator in empty threads.
  • Fixed: Regex was not correctly escaped in getOccurrenceRanges #5109

stream-chat-android-compose

🐞 Fixed

  • Fixed thread separator ui order. #5098
    • MessagesViewModelFactory.showThreadSeparatorInEmptyThread was added to control the visibility of the thread separator in empty threads.

⬆️ Improved

  • Removed attachment picker customization limitation for AttachmentsPickerTabFactory non-file implementations. #5104

v6.0.9

stream-chat-android-client

🐞 Fixed

  • Fixed audio recording not being uploaded #5066
  • All sent messages are initialized with a non-null createdLocallyAt property. #5086
  • Fix GZIP compression not working 5068

⬆️ Improved

... (truncated)

Changelog

Sourced from io.getstream:stream-chat-android-compose's changelog.

December 11th, 2023 - 6.0.10

stream-chat-android-core

⚠️ Changed

  • 🚨Breaking change: The following properties in User class are now nullable: banned, invisible. #5107
    • Please use User.isBanned as non-nullable version.
    • Please use User.isInvisible as non-nullable version.
    • Properties such as invisible, banned, teams and role are not being used to establish WS connection flow if not specified.

stream-chat-android-state

🐞 Fixed

  • Fix wrong Message.ownReactions. #5106

stream-chat-android-ui-common

🐞 Fixed

  • Fixed broken date formatting. #5101
  • Fixed thread separator ui order. #5098
    • MessageListController.showThreadSeparatorInEmptyThread was added to control the visibility of the thread separator in empty threads.
  • Fixed MessageList scrolling behaviour while receiving a new message. #5112
    • NewMessageState.MyOwn and NewMessageState.Other are now data classes.

stream-chat-android-ui-components

🐞 Fixed

  • Fixed MessageClickListener never being called. #5096
  • Fixed thread separator ui order. #5098
    • MessageListViewModelFactory.showThreadSeparatorInEmptyThread was added to control the visibility of the thread separator in empty threads.
  • Fixed: Regex was not correctly escaped in getOccurrenceRanges #5109

stream-chat-android-compose

🐞 Fixed

  • Fixed thread separator ui order. #5098
    • MessagesViewModelFactory.showThreadSeparatorInEmptyThread was added to control the visibility of the thread separator in empty threads.

⬆️ Improved

  • Removed attachment picker customization limitation for AttachmentsPickerTabFactory non-file implementations. #5104

November 24th, 2023 - 6.0.9

stream-chat-android-client

🐞 Fixed

  • Fixed audio recording not being uploaded #5066
  • All sent messages are initialized with a non-null createdLocallyAt property. #5086
  • Fix GZIP compression not working 5068

⬆️ Improved

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `streamChatSDK` from 5.17.10 to 6.0.10.

Updates `io.getstream:stream-chat-android-client` from 5.17.10 to 6.0.10
- [Release notes](https://github.com/getstream/stream-chat-android/releases)
- [Changelog](https://github.com/GetStream/stream-chat-android/blob/main/CHANGELOG.md)
- [Commits](https://github.com/getstream/stream-chat-android/commits/v6.0.10)

Updates `io.getstream:stream-chat-android-compose` from 5.17.10 to 6.0.10
- [Release notes](https://github.com/getstream/stream-chat-android/releases)
- [Changelog](https://github.com/GetStream/stream-chat-android/blob/main/CHANGELOG.md)
- [Commits](https://github.com/getstream/stream-chat-android/commits/v6.0.10)

---
updated-dependencies:
- dependency-name: io.getstream:stream-chat-android-client
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.getstream:stream-chat-android-compose
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from skydoves as a code owner December 11, 2023 18:41
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2023

Superseded by #250.

@dependabot dependabot bot closed this Dec 22, 2023
@dependabot dependabot bot deleted the dependabot/gradle/streamChatSDK-6.0.10 branch December 22, 2023 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants